logo
HomeResumeBlogGamesCSS EffectsToolsSnippets

Web Dev

2 Articles

Building 12 Interactive CSS and Canvas Effects from Scratch

I spent a weekend building 12 interactive visual effects using nothing but Canvas API and CSS. Liquid glass, metaballs, matrix rain, fluid smoke — no libraries, just math and requestAnimationFrame.

Read More

Monorepo at Healthifyme

A monorepo is a code repository that holds multiple applications. These applications can be related or completely independent. It also allows us to share code among these application without using any kind of package manager. It should be noted that a monorepo is not a monolith. A monolith is huge amount of coupled code of a single application in a single repository.

Read More
Guest Wall